projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
327b686
)
(makefile-runtime-macros-list): Add + to the list.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Feb 1996 19:33:15 +0000
(19:33 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Feb 1996 19:33:15 +0000
(19:33 +0000)
lisp/progmodes/make-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/make-mode.el
b/lisp/progmodes/make-mode.el
index 3a4ddff5bf8bcebd7f19f68a6a506d7031977669..9479fd6ecc87e9751168dacda3fa7534647dd751 100644
(file)
--- a/
lisp/progmodes/make-mode.el
+++ b/
lisp/progmodes/make-mode.el
@@
-178,7
+178,7
@@
You will be offered to complete on one of those in the minibuffer whenever
you enter a \".\" at the beginning of a line in makefile-mode.")
(defvar makefile-runtime-macros-list
- '(("@") ("&") (">") ("<") ("*") ("^") ("?") ("%") ("$"))
+ '(("@") ("&") (">") ("<") ("*") ("^") ("
+") ("
?") ("%") ("$"))
"List of macros that are resolved by make at runtime.
If you insert a macro reference using makefile-insert-macro-ref, the name
of the macro is checked against this list. If it can be found its name will